home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / InsPaneField.nib / data.classes next >
Text File  |  1994-03-08  |  476b  |  35 lines

  1. InsPane = {
  2.     ACTIONS = {
  3.     sendOk:;
  4.     };
  5.     OUTLETS = {
  6.     selection;
  7.     inspector;
  8.     window;
  9.     ourView;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. InsPaneField = {
  19.     ACTIONS = {
  20.     appearanceChanged:;
  21.     colorChanged:;
  22.     behaviorChanged:;
  23.     styleChanged:;
  24.     };
  25.     OUTLETS = {
  26.     fieldStyleMatrix;
  27.     alignmentMatrix;
  28.     textColorWell;
  29.     appearanceMatrix;
  30.     bgColorWell;
  31.     behaviorMatrix;
  32.     };
  33.     SUPERCLASS = InsPane;
  34. };
  35.